Don't forget to allocate popovers
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Sep 2014 01:32:53 +0000 (21:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Sep 2014 01:32:53 +0000 (21:32 -0400)
commita1af365566161067c4eb246a1c66e7914f119537
tree98046f6e70a2f419f1caedb5a6f0ad5f8f3f3754
parente9df5edc11de508cfb4acfccecdbd8fc6a63eac2
Don't forget to allocate popovers

When GtkApplicationWindow has a menubar, we don't chain up
to the GtkWindow size_allocate, which used to position the
popovers. Move that to _gtk_window_set_allocation() which
is always called by GtkApplicationWindow.

https://bugzilla.gnome.org/show_bug.cgi?id=736205
gtk/gtkwindow.c